From 4187b9448102ce3986abc2052ba57636174e42a0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 25 Apr 2001 14:36:03 +0000 Subject: [PATCH] (command_loop_1): Redo change of 2001-03-12. --- src/keyboard.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index a9dd324a381..da1ce089b9d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1479,6 +1479,10 @@ command_loop_1 () this variable differently. */ Vdisable_point_adjustment = Qnil; + /* Process filters and timers may have messed with deactivate-mark. + reset it before we execute the command. */ + Vdeactivate_mark = Qnil; + /* Execute the command. */ Vthis_command = cmd; -- 2.30.2